DELETE
/
v1
/
custom_fields
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/custom_fields/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "2",
    "type": "custom_fields",
    "attributes": {
      "slug": "autem-sit-fugiat-error",
      "description": "Est nostrum exercitationem accusantium.",
      "enabled": true,
      "position": 1,
      "updated_at": "2025-05-08T00:17:24.841-07:00",
      "created_at": "2025-05-08T00:17:19.253-07:00",
      "kind": "text",
      "label": "Autem sit fugiat error.",
      "shown": [],
      "required": []
    },
    "relationships": {
      "options": {
        "data": []
      }
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200
application/vnd.api+json
custom_field deleted

The response is of type object.